home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / freeware / openvip.exe / {app} / doc / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-06-10  |  2.8 KB  |  176 lines

  1.  
  2.  
  3. /***************************************************************************
  4.                              Basic headers and text:
  5.  ***************************************************************************/
  6.  
  7. body
  8. {
  9.     font-family: sans-serif;
  10.     background: white;
  11. }
  12.  
  13. h1,h2,h3
  14. {
  15.     color: #005aa0;
  16.     text-align: left;
  17. }
  18.  
  19. h1
  20. {
  21.     font-size: 185%;
  22. }
  23.  
  24. h2
  25. {
  26.     font-size: 150%;
  27. }
  28.  
  29. h3
  30. {
  31.     font-size: 120%;
  32. }
  33.  
  34.  
  35.  
  36. /***************************************************************************
  37.                                Program listings:
  38.  ***************************************************************************/
  39.  
  40. pre.programlisting
  41. {
  42.     border: 1px solid #6185a0;
  43.     padding: 6px 6px;
  44.     margin-left: 3em;
  45.     margin-right: 3em;
  46.     color: #600000;
  47.     background: #eeeeee;
  48.     font-family: monospace;
  49.     font-size: 90%;
  50. }
  51.  
  52. /***************************************************************************
  53.                                Notes, warnings etc:
  54.  ***************************************************************************/
  55.  
  56. .note
  57. {
  58.     border: 1px solid #6185a0;
  59.     padding: 6px 36px;
  60.     margin-left: 2em;
  61.     margin-right: 2em;
  62.  
  63.     background: #fffff5;
  64.     background-image: url(images/note.png);
  65.     background-position: center left;
  66.     background-repeat: no-repeat;
  67. }
  68.  
  69.  
  70. div.note
  71. {
  72.     font-style: italic;
  73. }
  74.  
  75. div.note h3
  76. {
  77.     color: red;
  78.     font-size: 50%;
  79.     text-decoration: underline;
  80. }
  81.  
  82. div.navfooter *
  83. {
  84.     font-size: 60%;
  85. }
  86.  
  87.  
  88. /***************************************************************************
  89.                         Links colors and highlighting: 
  90.  ***************************************************************************/
  91.  
  92. a:link { color: #0048b3; }
  93. a:visited { color: #002a6a; }
  94. a:hover { background: #ffffcd; }
  95.  
  96.  
  97. /***************************************************************************
  98.                               Table of contents:
  99.  ***************************************************************************/
  100.  
  101. .toc
  102. {
  103.     font-size: 80%;
  104. }
  105.  
  106.  
  107.  
  108. /***************************************************************************
  109.                                Special elements:
  110.  ***************************************************************************/
  111.  
  112. tt
  113. {
  114.     color: #400000;
  115. }
  116.  
  117. .term
  118. {
  119.     font-weight: bold;
  120.     
  121. }
  122.  
  123. div.variablelist dd
  124. {
  125.     margin-bottom: 1em;
  126. }
  127.  
  128. .default
  129. {
  130.     font-style: italic;
  131. }
  132.  
  133. .availability
  134. {
  135.     font-style: italic;
  136. }
  137.  
  138. .varname
  139. {
  140.     color: #400000;
  141. }
  142.  
  143.  
  144. div.informaltable table
  145. {
  146.   border: 1px solid #6185a0;
  147.   width: 100%;
  148. }
  149.  
  150. div.informaltable td
  151. {
  152.   border: 0;
  153.   padding: 5px;
  154. }
  155.  
  156. div.informaltable td.default
  157. {
  158.   text-align: right;
  159. }
  160.  
  161. div.informaltable th
  162. {
  163.   color: #005aa0;
  164.   border: 0;
  165.   padding: 5px;
  166.   background: #fffff5;
  167.   font-weight: normal;
  168.   font-style: italic;
  169. }
  170.  
  171. td.varname, td.tagname
  172. {
  173.   font-weight: bold;
  174.   vertical-align: top;
  175. }
  176.